home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga CD-Sensation: Golden Games
/
Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso
/
Various
/
ShuffleRun
/
Sources
/
EasySound.h
next >
Wrap
C/C++ Source or Header
|
1993-02-13
|
571b
|
27 lines
/* EasySound.h */
/* */
/* V2.00 1990-0-23 */
/* */
/* AMIGA C CLUB (ACC) */
/* Anders Bjerin */
/* Tulevagen 22 */
/* 181 41 LIDINGO */
/* SWEDEN */
/* Sound channels: */
#define LEFT0 0
#define RIGHT0 1
#define RIGHT1 2
#define LEFT1 3
#define NONSTOP 0
#define ONCE 1
#define MAXVOLUME 64
#define MINVOLUME 0
#define NORMALRATE 0
extern CPTR PrepareSound();
extern BOOL PlaySound();
extern void StopSound();
extern void RemoveSound();